Skip to content

Implement Submodule Sync and Test Watchdog#29

Merged
cdvelop merged 4 commits into
mainfrom
feat-submodule-sync-and-watchdog-5149360329429041972
Jul 8, 2026
Merged

Implement Submodule Sync and Test Watchdog#29
cdvelop merged 4 commits into
mainfrom
feat-submodule-sync-and-watchdog-5149360329429041972

Conversation

@cdvelop

@cdvelop cdvelop commented Jul 8, 2026

Copy link
Copy Markdown
Collaborator

Execute the implementation plan described in docs/PLAN.md, implementing a per-test stall watchdog for gotest and automated same-repo submodule handling for gopush.


PR created automatically by Jules for task 5149360329429041972 started by @cdvelop

Implemented two major improvements to devflow:

1. Per-test stall watchdog for `gotest`:
   - Replaces native per-package cumulative timeout semantics with per-test stall detection.
   - Injects `-v` to monitor test lifecycle events (`=== RUN`, `=== PAUSE`, `=== CONT`).
   - Uses a 10x backstop for overall package hangs.
   - Added `watchdog.go` and `test/watchdog_test.go`.

2. Same-repo submodule handling for `gopush`:
   - Automatically detects and syncs submodules inside the repository that depend on the parent.
   - Ensures relative `replace` directives pointing to the local parent.
   - Bumps parent requirement to the upcoming release tag pre-commit.
   - Excludes internal submodules from external dependent update flow.
   - Added `go_selfdep.go` and `test/go_selfdep_test.go`.

Updated `docs/GOTEST.md`, `docs/GOPUSH.md`, and `docs/CODEJOB.md` to reflect these changes.
Repository-heavy tests are now tagged with `//go:build integration`.

Co-authored-by: cdvelop <44058491+cdvelop@users.noreply.github.com>
@google-labs-jules

Copy link
Copy Markdown
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@cdvelop cdvelop merged commit f4e636e into main Jul 8, 2026
@cdvelop cdvelop deleted the feat-submodule-sync-and-watchdog-5149360329429041972 branch July 8, 2026 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant